home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AutoMate5.exe / 0 / RCDATA / TFRMRUNNINGTASKS / TFRMRUNNINGTASKS.txt < prev   
Encoding:
Text File  |  2003-01-14  |  3.1 KB  |  165 lines

  1. object frmRunningTasks: TfrmRunningTasks
  2.   Left = 413
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AutoMate Tasks'
  7.   ClientHeight = 217
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblRunningTasks: TLabel
  23.     Left = 4
  24.     Top = 48
  25.     Width = 309
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = '&Running Tasks'
  29.     FocusControl = lstRunningTasks
  30.   end
  31.   object Image1: TImage
  32.     Left = 4
  33.     Top = 4
  34.     Width = 37
  35.     Height = 33
  36.     Picture.Data = {<image000.ico>}
  37.   end
  38.   object Label1: TLabel
  39.     Left = 44
  40.     Top = 4
  41.     Width = 365
  42.     Height = 45
  43.     AutoSize = False
  44.     Caption = 
  45.       'Highlight an entry below and select '#39'End Task'#39' to stop a running' +
  46.       ' task.  This option is useful to halt errant tasks.'
  47.     FocusControl = lstRunningTasks
  48.     WordWrap = True
  49.   end
  50.   object comKillTask: TButton
  51.     Left = 4
  52.     Top = 188
  53.     Width = 97
  54.     Height = 25
  55.     Caption = '&End Task'
  56.     Default = True
  57.     Enabled = False
  58.     TabOrder = 0
  59.     OnClick = comKillTaskClick
  60.   end
  61.   object comKillAll: TButton
  62.     Left = 108
  63.     Top = 188
  64.     Width = 90
  65.     Height = 25
  66.     Caption = 'End &All'
  67.     TabOrder = 1
  68.     OnClick = comKillAllClick
  69.   end
  70.   object comCancel: TButton
  71.     Left = 335
  72.     Top = 188
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = '&Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 2
  79.   end
  80.   object lstRunningTasks: TListView
  81.     Left = 4
  82.     Top = 64
  83.     Width = 405
  84.     Height = 117
  85.     Columns = <
  86.       item
  87.         Caption = 'Task Name'
  88.         Width = 130
  89.       end
  90.       item
  91.         Caption = 'Line'
  92.         Width = 40
  93.       end
  94.       item
  95.         Caption = 'Started'
  96.         Width = 139
  97.       end
  98.       item
  99.         Caption = 'Status'
  100.         Width = 75
  101.       end>
  102.     HideSelection = False
  103.     ReadOnly = True
  104.     RowSelect = True
  105.     PopupMenu = PopupMenu1
  106.     TabOrder = 3
  107.     ViewStyle = vsReport
  108.     OnDeletion = lstRunningTasksDeletion
  109.     OnSelectItem = lstRunningTasksSelectItem
  110.   end
  111.   object IvTranslator1: TIvTranslator
  112.     DictionaryName = 'dcoAutoMate5'
  113.     Left = 9
  114.     Top = 408
  115.     TargetsData = (
  116.       1
  117.       7
  118.       (
  119.         '*'
  120.         'Hint'
  121.         0)
  122.       (
  123.         '*'
  124.         'Caption'
  125.         0)
  126.       (
  127.         '*'
  128.         'Items'
  129.         0)
  130.       (
  131.         'TMemo'
  132.         'Text'
  133.         0)
  134.       (
  135.         '*'
  136.         'Lines'
  137.         0)
  138.       (
  139.         'TdxBarButton'
  140.         'Hint'
  141.         0)
  142.       (
  143.         'TRichEdit'
  144.         'Text'
  145.         0))
  146.   end
  147.   object PopupMenu1: TPopupMenu
  148.     OnPopup = PopupMenu1Popup
  149.     Left = 280
  150.     Top = 184
  151.     object itmEndtask: TMenuItem
  152.       Caption = '&End Task'
  153.       OnClick = itmEndtaskClick
  154.     end
  155.     object EndAll1: TMenuItem
  156.       Caption = 'End &All'
  157.       OnClick = EndAll1Click
  158.     end
  159.     object itmForceTask: TMenuItem
  160.       Caption = '&Force Task'
  161.       OnClick = itmForceTaskClick
  162.     end
  163.   end
  164. end
  165.